home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
IQ Digizine 2
/
IQ Digizine 2.iso
/
pc
/
getting.dir
/
00009.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-12-08
|
155 b
|
10 lines
on exitFrame
global end
if the movieTime of sprite 6 < end then
go(the frame - 1)
else
puppetSprite(6, 0)
go(the frame + 1)
end if
end